home *** CD-ROM | disk | FTP | other *** search
- const ULONG AMosaic_colors[24] =
- {
- 0x9b9b9b9b,0x9b9b9b9b,0x9b9b9b9b,
- 0xffffffff,0x00000000,0x00000000,
- 0xffffffff,0x66666666,0x00000000,
- 0xffffffff,0xcccccccc,0x00000000,
- 0x00000000,0xffffffff,0x00000000,
- 0x00000000,0x00000000,0xffffffff,
- 0x00000000,0x00000000,0x00000000,
- 0x00000000,0x9a9a9a9a,0x99999999,
- };
-
- #define AMOSAIC_WIDTH 24
- #define AMOSAIC_HEIGHT 22
- #define AMOSAIC_DEPTH 3
- #define AMOSAIC_COMPRESSION 0
- #define AMOSAIC_MASKING 2
-
- const struct BitMapHeader AMosaic_header =
- { 24,22,0,0,3,2,0,0,0,22,22,656,400 };
-
- const UBYTE AMosaic_body[264] = {
- 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x00,0x00,0x66,0x00,0x00,0x00,0x26,0x00,
- 0x00,0x00,0xff,0x00,0x00,0x00,0x9f,0x00,0x00,0x00,0x26,0x00,0x00,0x00,0xfd,
- 0x00,0x00,0x00,0x9f,0x00,0x00,0x00,0x5f,0x00,0x00,0x01,0xfa,0x80,0x00,0x01,
- 0x0f,0x80,0x00,0x00,0x3f,0x00,0x00,0x01,0xfc,0x80,0x00,0x01,0x0f,0x80,0x00,
- 0x01,0x5f,0x80,0x00,0x02,0xfe,0x40,0x00,0x02,0x0f,0xc0,0x00,0x00,0x2f,0x80,
- 0x00,0x03,0xfd,0x40,0x00,0x02,0x0f,0xc0,0x00,0x00,0x7f,0x80,0x00,0x03,0xfe,
- 0xc0,0x00,0x02,0x07,0xc0,0x00,0x00,0x5f,0xc0,0x00,0x07,0xfd,0x20,0x00,0x04,
- 0x07,0xe0,0x00,0x00,0x0d,0xc0,0x00,0x07,0xfe,0x20,0x00,0x04,0x63,0xe0,0x00,
- 0x04,0x1d,0xe0,0x00,0x0b,0xff,0x10,0x00,0x08,0x63,0xf0,0x00,0x02,0x6e,0xe0,
- 0x00,0x0d,0xff,0x10,0x00,0x08,0xf1,0xf0,0x00,0x0c,0x6e,0xf0,0x00,0x13,0xff,
- 0x88,0x00,0x10,0xf1,0xf8,0x00,0x0a,0xe7,0x70,0x00,0x15,0xff,0x88,0x00,0x11,
- 0xc8,0xf8,0x00,0x0c,0x0f,0x70,0x00,0x13,0xff,0x88,0x00,0x10,0xf0,0xf8,0x00,
- 0x19,0x7f,0xf8,0x00,0x27,0xff,0x84,0x00,0x21,0x00,0x7c,0x00,0x1c,0x67,0xb8,
- 0x00,0x23,0xff,0xc4,0x00,0x20,0x38,0x7c,0x00,0x38,0x43,0xbc,0x00,0x47,0xe7,
- 0xc2,0x00,0x40,0x64,0x7e,0x00,0x3c,0x41,0xdc,0x00,0x43,0x63,0xe2,0x00,0x40,
- 0xe2,0x3e,0x00,0x78,0x01,0xde,0x00,0x84,0x43,0xe1,0x00,0x83,0xc2,0x3f,0x00,
- 0x78,0x80,0xee,0x00,0x84,0xc1,0xf1,0x00,0x87,0xc1,0x1f,0x00,0x00,0x00,0x00,
- 0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00, };
-